home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 Game / Image.bin / Humor / Billmo Comedy / Billmo Comedy Skit / Billmo Comedy Skit.0 / 00036_Start script.ls < prev    next >
Encoding:
Text File  |  1997-05-01  |  142 b   |  10 lines

  1. on startMovie
  2.   global gClickle, gQT
  3.   set gClickle to 0
  4.   if the quickTimePresent then
  5.     set gQT to 1
  6.   else
  7.     set gQT to 0
  8.   end if
  9. end
  10.